projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96afd74
)
* lisp/dired.el (dired-mark-pop-up): Set tab-line-format to nil (bug#37699).
author
Juri Linkov
<juri@linkov.net>
Wed, 23 Oct 2019 21:34:07 +0000
(
00:34
+0300)
committer
Juri Linkov
<juri@linkov.net>
Wed, 23 Oct 2019 21:34:07 +0000
(
00:34
+0300)
lisp/dired.el
patch
|
blob
|
history
diff --git
a/lisp/dired.el
b/lisp/dired.el
index 3146511305d907793735ae70f2b5acaa9843419b..75dfbc4b9a0b61556dc7c408b969ec60c4a3d504 100644
(file)
--- a/
lisp/dired.el
+++ b/
lisp/dired.el
@@
-3436,7
+3436,8
@@
argument or confirmation)."
(dired-format-columns-of-files
(if (eq (car files) t) (cdr files) files))
(remove-text-properties (point-min) (point-max)
- '(mouse-face nil help-echo nil)))))))
+ '(mouse-face nil help-echo nil))
+ (setq tab-line-format nil))))))
(defun dired-format-columns-of-files (files)
(let ((beg (point)))